![]() |
Kinetis SDK Demo Applications User Guide
1.0.0-beta
Freescale Semiconductor, Inc.
|
#include <string.h>#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include "board.h"#include "fsl_gpio_driver.h"#include "fsl_i2c_master_driver.h"#include "fsl_sim_hal.h"#include "fsl_uart_hal.h"#include "fsl_device_registers.h"#include "fsl_debug_uart.h"Go to the source code of this file.
Macros | |
| #define | SLAVE_BASE |
| #define | DEFAULT_SLAVE_ADDRESS |
| #define | GENERAL_CALL_ADDR |
| #define | TX_DEPTH |
| #define | RX_DEPTH |
| #define | I2C_DAC_BUFFER_CMD |
| #define | I2C_DAC_LATCH_CMD |
| #define | I2C_DAC_SET_NEW_ADDR_CMD |
| #define | I2C_DAC_SLEEP_CMD |
| #define DEFAULT_SLAVE_ADDRESS |
| #define GENERAL_CALL_ADDR |
| #define I2C_DAC_BUFFER_CMD |
| #define I2C_DAC_LATCH_CMD |
| #define I2C_DAC_SET_NEW_ADDR_CMD |
| #define I2C_DAC_SLEEP_CMD |
| #define RX_DEPTH |
| #define SLAVE_BASE |
| #define TX_DEPTH |